home *** CD-ROM | disk | FTP | other *** search
- global gSpecialObjects
-
- on exitFrame
- UtilUpdateFrame()
- UtilGoToFrame(the frame + 1)
- set WorkField to getProp(gSpecialObjects, #WorkField)
- if getProp(gSpecialObjects, #WorkCount) > 0 then
- set memberNum to the number of member getProp(gSpecialObjects, #WorkField)
- set fieldString to the text of member memberNum
- set tempString to line 1 of fieldString
- set Char1 to 1
- set Char2 to the number of chars in tempString + 1
- hilite char Char1 to Char2 of field memberNum
- setProp(gSpecialObjects, #CurLine, 1)
- end if
- end
-